object FrmCreate: TFrmCreate Left = 408 Top = 108 BorderStyle = bsDialog Caption = 'Create new file' ClientHeight = 105 ClientWidth = 186 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefault OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 71 Width = 186 Height = 34 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ButOK: TButton Left = 16 Top = 5 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object ButCancel: TButton Left = 96 Top = 5 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end end object Panel2: TPanel Left = 0 Top = 0 Width = 186 Height = 71 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object Label1: TLabel Left = 16 Top = 8 Width = 161 Height = 14 AutoSize = False Caption = 'Create a new file by the size of' end object LblKb: TLabel Left = 88 Top = 44 Width = 29 Height = 13 Caption = '(0 KB)' end object RbHex: TRadioButton Left = 64 Top = 24 Width = 49 Height = 17 Caption = '&Hex' TabOrder = 0 OnClick = RbHexClick end object RbDec: TRadioButton Left = 16 Top = 24 Width = 49 Height = 17 Caption = '&Dec' Checked = True TabOrder = 1 TabStop = True OnClick = RbDecClick end object NEdSize: TAKNumEdit Left = 16 Top = 40 Width = 65 Height = 21 CharCase = ecUpperCase TabOrder = 2 LeadingZero = False Radix = 10 Value = 0 Version = '1.00' OnChange = NEdSizeChange end end object Storage: TFormStorage IniSection = 'Create' Options = [] OnRestorePlacement = StorageRestorePlacement StoredProps.Strings = ( 'RbDec.Checked' 'RbHex.Checked' 'NEdSize.Value') Left = 8 Top = 64 end end